projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86b1114
)
run-with-locales: Suppress shellcheck warnings about 'local'
author
Simon McVittie
<smcv@debian.org>
Sun, 1 Mar 2020 12:15:27 +0000
(12:15 +0000)
committer
Simon McVittie
<smcv@debian.org>
Sun, 1 Mar 2020 13:54:39 +0000
(13:54 +0000)
Gbp-Dch: ignore
debian/run-with-locales
patch
|
blob
|
history
diff --git
a/debian/run-with-locales
b/debian/run-with-locales
index 02e5adbf0e02c11480e7c67160ceb8db7d60ea0f..8f4aa0208e55bc9c71102c7fecebe8878b47e296 100755
(executable)
--- a/
debian/run-with-locales
+++ b/
debian/run-with-locales
@@
-28,6
+28,10
@@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
+# Assume a Debian Policy ยง10.4-compatible shell like dash or bash (with the
+# 'local' builtin)
+# shellcheck disable=SC2039
+
set -eu
me="$(basename "$0")"